<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .head {
 	padding: 10px 0;
 }
 
 .head ul {
 	margin-top: 30px;
 }
 
 .head ul li {
 	font-size: 16px;
 	color: #333333;
 	position: relative;
 }
 
 .head ul li .li_a {
 	padding: 0px 25px;
 	color: #333333;
 	padding-bottom: 35px;
 	border-bottom: 2px solid #fff;
 }
 
 .head ul li:hover .li_a {
 	color: #e62129;
 	border-bottom: 2px solid #eb1b1b;
 }
 
 .head ul li dl {
 	position: absolute;
 	left: 0px;
 	width: 100%;
 	background: #f5f5f5;
 	z-index: 999;
 	text-align: center;
 	font-size: 14px;
 	display: none;
 	padding: 5px 0;
 	top: 60px;
 }
 
 .head ul li dl dd a {
 	display: block;
 	padding: 10px 0;
 }
 
 .head ul li dl dd a:hover {
 	background: #305bb2;
 	color: #fff;
 }
 
 .head ul li:hover dl {
 	display: block;
 }
 
 .m1 {
 	background: #f3f5fa;
 	padding: 70px 0px 70px;
 }
 
 .common_t .t1 {
 	font-size: 44px;
 	color: #333333;
 	text-align: center;
 }
 
 .common_t .t2 {
 	text-align: center;
 	font-size: 24px;
 	margin-bottom: 15px;
 }
 
 .common_t .t2 span {
 	padding-bottom: 10px;
 	position: relative;
 }
 
 .common_t .t2 span::before {
 	content: '';
 	height: 4px;
 	width: 50px;
 	background: #eb1b1b;
 	position: absolute;
 	left: 50%;
 	margin-left: -25px;
 	display: block;
 	bottom: 0px;
 }
 
 .common_t .dect {
 	font-size: 14px;
 	color: #4c4c4c;
 	line-height: 25px;
 	width: 800px;
 	display: block;
 	margin: 0px auto;
 	margin-top: 25px;
 	text-align: center;
 }
 
 .m1 ul {
 	margin-top: 50px;
 }
 
 .m1 ul li {
 	width: 33%;
 	text-align: center;
 }
 
 .m1 ul li .icon {
 	display: block;
 	width: 210px;
 	height: 210px;
 	margin: 0px auto;
 	border-radius: 50%;
 }
 
 .m1 ul .i1 {
 	background: url(../img/p1.png) center no-repeat #cdcdcd;
 }
 
 .m1 ul .i1:hover {
 	background: url(../img/p1.png) center no-repeat #305bb2;
 }
 
 .m1 ul .i2 {
 	background: url(../img/p2.png) center no-repeat #cdcdcd;
 }
 
 .m1 ul .i2:hover {
 	background: url(../img/p2.png) center no-repeat #305bb2;
 }
 
 .m1 ul .i3 {
 	background: url(../img/p3.png) center no-repeat #cdcdcd;
 }
 
 .m1 ul .i3:hover {
 	background: url(../img/p3.png) center no-repeat #305bb2;
 }
 
 .m1 ul li .t {
 	font-size: 16px;
 	color: #4c4c4c;
 	font-weight: bold;
 	margin-top: 15px;
 	margin-bottom: 8px;
 }
 
 .m1 ul li .t1 {
 	font-size: 14px;
 	margin-top: 8px;
 	padding: 0px 40px;
 }
 
 .m2 {
 	padding: 70px 0;
 }
 
 .m2 .fun_box {
 	padding: 0px 50px;
 	position: relative;
 	margin-top: 35px;
 }
 
 .m2 .swiper-container {
 	padding-bottom: 30px;
 }
 
 .m2 .fun_box li {
 	width: 260px;
 	height: 240px;
 	border: 1px solid #c9c9c9;
 	border-radius: 4px;
 	margin: 10px;
 	text-align: center;
 	-webkit-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
	 overflow: hidden;
 }
 
 .m2 .fun_box li .img {
 	text-align: center;
	     height: 88%;
    overflow: hidden;
 }
 
 .m2 .fun_box li .img img {
 	
	 max-width: 80%;
	 max-height: 100%;
 	margin-top: 12px;
 }
 
 .m2 .fun_box li .tit {
 	font-size: 16px;
 	text-align: center;

 }
 
 .m2 .fun_box li:hover {
 	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 }
 
 .m2 .fun_box .caozuo {
 	position: absolute;
 	top: 50%;
 	-webkit-transform: translate(0, -50%);
 	-ms-transform: translate(0, -50%);
 	transform: translate(0, -50%);
 	z-index: 999;
 }
 
 .m2 .fun_box .lt {
 	left: 0px;
 }
 
 .m2 .fun_box .rt {
 	right: 0px;
 }
 
 .common_more {
 	margin-top: 25px;
 	text-align: center;
 }
 
 .common_more a {
 	border: 1px solid #eb1b1b;
 	padding: 15px 30px;
 	font-size: 14px;
 	color: #eb1b1b;
 }
 
 .common_more a:hover {
 	background: #eb1b1b;
 	color: #fff;
 	border: 1px solid #eb1b1b;
 }
 
 .m3 {
 	padding: 70px 0;
 	background: url(../img/img11.jpg) center no-repeat;
 	background-size: cover;
 }
 
 .m3 .common_t .t1 {
 	color: #fff;
 }
 
 .m3 .common_t .t2 {
 	color: #fff;
 }
 
 .m3 .common_t .t2 span::before {
 	background: #e6e6e6;
 }
 
 .m3 ul {
 	margin-top: 35px;
 }
 
 .m3 ul li {
 	width: 33%;
 	position: relative;
 }
 
 .m3 ul li img {
 	width: 100%;
 	height: 300px;
 }
 
 .m3 ul li .zz {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	display: none;
 	background: rgba(0, 0, 0, 0.5);
 }
 
 .m3 ul li .text {
 	position: absolute;
 	left: 0px;
 	top: 50%;
 	-webkit-transform: translate(0, -50%);
 	-ms-transform: translate(0, -50%);
 	transform: translate(0, -50%);
 	width: 100%;
 	text-align: center;
 	display: none;
 	z-index: 9999999;
 	color: #ffffff;
 }
 
 .m3 ul li:hover .zz,
 .m3 ul li:hover .text {
 	display: block;
 }
 
 .m3 ul {
 	margin-bottom: 40px;
 }
 
 .common_more2 a {
 	border: 1px solid #fff;
 	color: #fff;
 	display: inline-block;
 }
 
 .m4 {
 	background: #f5f5f5;
 	padding: 70px 0;
 }
 
 .m4 .box .list1 .text .icon {
 	width: 45px;
 	height: 45px;
 	display: inline-block;
 	background: url(../img/p4.png) center no-repeat;
 }
 
 .m4 .box {
 	margin-top: 35px;
 }
 
 .m4 .box .list1 .img {
 	width: 200px;
 	height: 180px;
 }
 
 .m4 .box .list1 .img img {
 	width: 100%;
 	height: 100%;
 }
 
 .m4 .box .list1 .text {
 	width: 200px;
 	text-align: center;
 	height: 180px;
 	position: relative;
 	background: #eaeaea;
 }
 
 .m4 .box .list1 .text::before {
 	content: '';
 	width: auto;
 	height: auto;
 	border-right: 10px solid #FFFFFF;
 	position: absolute;
 	right: 0px;
 	display: none;
 	top: 50%;
 	-webkit-transform: translate(0, -50%);
 	-ms-transform: translate(0, -50%);
 	transform: translate(0, -50%);
 	border-top: 6px solid transparent;
 	border-bottom: 6px solid transparent;
 }
 
 .m4 .box .list1 .text .icon {
 	margin-top: 60px;
 }
 
 .m4 .box .list1 li:hover .text {
 	background: #d0131a;
 	color: #fff;
 }
 
 .m4 .box .list1 li:hover .text .icon {
 	background: url(../img/p5.png) center no-repeat;
 }
 
 .m4 .box .list1 li:hover .text::before {
 	display: block;
 }
 
 .m4 .list2 {
 	width: 515px;
 	height: 360px;
 	margin-left: 20px;
 	background: #fff;
 }
 
 .m4 .list2 .dome {
 	padding: 30px 20px;
 }
 
 .m4 .list2 .dome li {
 	padding: 15px 20px;
 	border-bottom: 1px dashed #b3b3b3;
 	margin-bottom: 10px;
 }
 
 .m4 .list2 .dome li .time {
 	text-align: center;
 	width: 65px;
 }
 
 .m4 .list2 .dome li .time .t {
 	color: #305bb2;
 	font-size: 30px;
 	font-weight: bold;
 }
 
 .m4 .list2 .dome li .time .day {
 	font-size: 14px;
 	color: #305bb2;
 }
 
 .m4 .list2 .dome li .dect {
 	width: 365px;
 }
 
 .m4 .list2 .dome li .dect .tit {
 	color: #1a1a1a;
 	font-size: 14px;
 }
 
 .m4 .list2 .dome li .dect .de {
 	font-size: 14px;
 	color: #666666;
 	margin-top: 5px;
 }
 
 .m4 .infos {
 	width: 264px;
 	height: 360px;
 	text-align: center;
 	color: #fff;
 	background: #305bb2;
 }
 
 .m4 .infos .t {
 	margin-top: 85px;
 	font-size: 36px;
 	margin-bottom: 20px;
 }
 
 .m4 .infos .t1 {
 	font-size: 16px;
 	color: #e8edf7;
 }
 /**/
 
 .footer {
 	background: #3d3d3d;
 	padding: 30px 0;
 }
 
 .footer ul {
 	width: 150px;
 	text-align: center;
 }
 
 .footer ul .t {
 	color: #f0f0f0;
 	font-size: 16px;
 	margin-bottom: 5px;
 }
 
 .footer ul li a {
 	color: #cccccc;
 	font-size: 14px;
 	text-align: justify;
 	letter-spacing: 1px;
 }
 
 .footer ul li {
 	margin-bottom: 5px;
 }
 
 .footer .info {
 	width: 300px;
 	color: #fff;
 	padding-left: 110px;
 	padding-right: 70px;
 	position: relative;
 }
 
 .footer .info::before {
 	content: '';
 	left: 0px;
 	top: 0px;
 	height: 120px;
 	display: inline-block;
 	width: 1px;
 	position: absolute;
 	background: #666666;
 }
 
 .footer .info .t {
 	position: relative;
 	padding-bottom: 8px;
 	margin-bottom: 15px;
 }
 
 .footer .info .t::before {
 	content: '';
 	width: 65px;
 	height: 2px;
 	display: inline-block;
 	position: absolute;
 	bottom: 0px;
 	left: 0px;
 	background: #fff;
 }
 
 .footer .info li {
 	font-size: 14px;
 	position: relative;
 	padding-left: 25px;
 	margin-bottom: 7px;
 }
 
 .footer .info li img {
 	position: absolute;
 	left: 0px;
 }
 
 .copy {
 	background: #292929;
 	padding: 12px 0;
 	color: #f0f0f0;
 	font-size: 14px;
 	text-align: center;
 }
 
 .m1s {
 	background: url(../img/img18.jpg) center repeat;
 }
 
 .common_t3 .t1 {
 	position: relative;
 	z-index: 99;
 }
 
 .common_t3 .t2 {
 	color: #e5e5e5;
 	font-weight: bold;
 	font-size: 60px;
 	position: relative;
 	z-index: 5;
 	margin-bottom: 0px;
 	margin-top: -53px;
 }
 
 .common_t3 .t2 span::before {
 	display: none;
 }
 
 .common_t3 .dect {
 	margin-top: 0px;
 	font-size: 16px;
 }
 
 .weizhi {
 	background: #ffffff;
 	border-bottom: 1px solid #e9e9e9;
 }
 
 .weizhi .nav a {
 	display: inline-block;
 	padding: 20px 25px;
 	font-size: 14px;
 }
 
 .weizhi .nav .on {
 	background: #305bb2;
 	color: #fff;
 }
 
 .weizhi .nav a:hover {
 	background: #305bb2;
 	color: #fff;
 }
 
 .weizhi .info {
 	margin-top: 17px;
 }
 
 .weizhi .info a {
 	color: #666666;
 	display: inline-block;
 	margin: 0px 4px;
 	font-size: 14px;
 }
 
 .weizhi .info a:hover {
 	color: #007AFF;
 }
 
 .m1s .cont {
 	font-size: 14px;
 	color: #333333;
 	line-height: 26px;
 	margin-top: 20px;
 }
 
 .m2s .tab_clis {
 	text-align: center;
 	margin-top: 30px;
 }
 
 .m2s .tab_clis span {
 	display: inline-block;
 	padding: 10px 15px;
 	border: 1px solid #ebebeb;
 	border-radius: 5px;
 	font-size: 14px;
 	cursor: pointer;
 	margin: 0px 8px;
 }
 
 .m2s .tab_clis span:hover {
 	background: #305bb2;
 	color: #fff;
 	border: 1px solid #305bb2;
 }
 
 .m2s .tab_clis .on {
 	background: #305bb2;
 	color: #fff;
 	border: 1px solid #305bb2;
 }
 
 .m2s .fun_box .list {
 	display: none;
 }
 
 .m2s .fun_box li {
 	margin: 6px;
 	margin-bottom: 15px;
 }
 
 .page {
 	text-align: center;
 	margin-top: 25px;
 }
 
 .page a {
 	display: inline-block;
 	padding: 4px 10px;
 	font-size: 14px;
 	border: 1px solid #d0d0d0;
 	display: inline-block;
 	margin: 0px 3px;
 }
 
 .page a:hover {
 	background: #c40b0b;
 	color: #fff;
 }
 
 .page .on {
 	background: #c40b0b;
 	color: #fff;
 }
 
 .m5 {
 	width: 1000px;
 	display: block;
 	margin: 0px auto;
 }
 
 .m5 .tit1 {
 	color: #1456af;
 	font-size: 24px;
 	margin-top: 40px;
 	margin-bottom: 25px;
 }
 
 .m5 .tit1 span {
 	font-weight: bold;
 }
 
 .m5 .box1 .info {
 	width: 380px;
 }
 
 .m5 .box1 .info .t {
 	color: #305bb2;
 	font-size: 24px;
 	margin-bottom: 10px;
 }
 
 .m5 .box1 .info li {
 	position: relative;
 	font-size: 15px;
 	padding-left: 15px;
 	margin-bottom: 4px;
 }
 
 .m5 .box1 .info li::before {
 	content: '';
 	width: 7px;
 	height: 7px;
 	background: #535050;
 	display: inline-block;
 	left: 0px;
 	position: absolute;
 	top: 8px;
 }
 
 .m5 .box2 {
 	margin-top: 15px;
 	position: relative;
 }
 
 .m5 .box2 img {
 	margin-right: 8px;
 }
 
 .m5 .box2 .icon {
 	position: absolute;
 	right: 30px;
 	top: -40px;
 }
 
 .m5 .box3 .list {
 	margin-top: 30px;
 }
 
 .m5 .box3 .list .t {
 	background: #918f8f;
 	font-size: 16px;
 	padding: 4px 10px;
 	color: #fff;
 }
 
 .m5 .box3 .list table tr td {
 	font-size: 14px;
 	padding: 5px;
 	width: 50%;
 	border-bottom: 1px solid #bcc9dc;
 }
 
 .m5 .box3 .list table tr .td_1 {
 	text-align: right;
 	background: #e9e8e8;
 	border-right: 1px solid #bcc9dc;
 	color: #1d5cb2;
 }
 
 .m5 .box3 .list table tr .td_2s {
 	padding: 0;
 }
 
 .m5 .box3 .list table tr .td_2s .tit {
 	display: flex;
 	background: #918f8f;
 	padding: 5px;
 }
 
 .m5 .box3 .list table tr .td_2s .tit span {
 	flex: 1;
 	color: #fff;
 }
 
 .m5 .box3 .list table tr .td_2s .c {
 	display: flex;
 	padding: 5px;
 }
 
 .m5 .box3 .list table tr .td_2s .c span {
 	flex: 1;
 }
 
 .mhbk {
 	padding: 50px 0;
 	background: url(../img/img18.jpg) center repeat;
 }
 
 .m6 li .img {
 	text-align: center;
 	color: #305bb2;
 	font-size: 14px;
 }
 
 .m6 li .img .t {
 	margin-top: 15px;
 }
 
 .m6 li .c {
 	color: #333333;
 	font-size: 14px;
 	margin-bottom: 25px;
 	line-height: 26px;
 }
 
 .m6 li .tulist {
 	display: flex;
 	margin-bottom: 25px;
 }
 
 .m6 li .tulist .text {
 	flex: 1;
 	padding-left: 20px;
 	padding-top: 25px;
 }
 
 .m6 li .tulist .text .tt {
 	font-weight: bold;
 	color: #333333;
 	font-size: 16px;
 }
 
 .m6 li .tulist .text .dects {
 	font-size: 14px;
 	margin-top: 8px;
 }
 
 .m7 ul li {
 	width: 380px;
 	margin-right: 25px;
 	margin-top: 20px;
 	margin-bottom: 30px;
 }
 
 .m7 ul li:nth-child(3n) {
 	margin-right: 0px;
 }
 
 .m7 ul li img {
 	width: 380px;
 	height: 285px;
 }
 
 .m7 ul li .tit {
 	color: #333333;
 	font-size: 14px;
 	padding: 10px;
 }
 
 .m7 ul {
 	margin-top: 30px;
 }
 
 .m7 {
 	padding-top: 60px;
 	padding-bottom: 100px;
 }
 
 .m8 {
 	padding: 40px 0;
 }
 
 .m8 .tit {
 	text-align: center;
 	font-size: 24px;
 	margin-bottom: 25px;
 }
 
 .m8 .cont {
 	font-size: 14px;
 	line-height: 25px;
 	color: #333333;
 	border-bottom: 1px solid #f6f6f6;
 	padding-bottom: 50px;
 	margin-bottom: 20px;
 }
 
 .m8 .hr {
 	color: #333333;
 	font-size: 14px;
 }
 
 .m8 .hr a {
 	color: #333;
 }
 
 .m8 .hr a:hover {
 	color: #007AFF;
 }
 
 .m9 {
 	background: #f5f5f5;
 	padding: 50px 0;
 }
 
 .m9 li {
 	display: flex;
 }
 
 .m9 li .text {
 	flex: 1;
 	padding: 25px;
 }
 
 .m9 li .text .tit {
 	color: #305bb2;
 	font-size: 22px;
 }
 
 .m9 li .dect {
 	color: #707070;
 	font-size: 14px;
 	line-height: 24px;
 	margin: 20px 0;
 	height: 140px;
 }
 
 .m9 li .info .time {
 	font-size: 14px;
 	color: #666;
 }
 
 .m9 li .info a {
 	border: 1px solid #939393;
 	padding: 4px 10px;
 	color: #939393;
 	font-size: 12px;
 }
 
 .m9 li .info a:hover {
 	background: #e62129;
 	color: #fff;
 	border: 1px solid #e62129;
 }
 
 .m9 li {
 	padding-bottom: 50px;
 	border-bottom: 1px solid #e6e6e6;
 	margin-bottom: 50px;
 }
 
 .m10 {
 	padding: 50px 0;
 }
 
 .m10 .title_info {
 	background: #f3f3f3;
 	padding: 10px 10px;
 	font-size: 14px;
 	color: #305bb2;
 	margin-bottom: 30px;
 }
 
 .m10 .title_info .i1 {
 	display: inline-block;
 	width: 220px;
 }
 
 .m10 .c {
 	font-size: 14px;
 	color: #4c4c4c;
 	line-height: 25px;
 	padding: 20px;
 	padding-top: 0px;
 	display: none;
 }
 
 .m10 li .title_info {
 	background: url(../img/img62.jpg) 98% center no-repeat #f3f3f3;
 	cursor: pointer;
 }
 
 .m10 .on .title_info {
 	background: url(../img/img61.jpg) 98% center no-repeat #f3f3f3;
 }
 
 .m10 .on .c {
 	display: block;
 }
 
 .m11 .title {
 	color: #4c4c4c;
 	font-size: 14px;
 	text-align: center;
 	margin-bottom: 50px;
 }
 
 .m11 .title span {
 	color: #e82f37;
 	font-size: 30px;
 }
 
 .m11 .box {
 	width: 610px;
 	display: block;
 	margin: 0px auto;
 	padding: 50px 0;
 }
 
 .m11 .box ul li .t {
 	font-size: 14px;
 	color: #333;
 }
 
 .m11 .box ul li .t sup {
 	color: #eb1b1b;
 }
 
 .m11 .box ul li input {
 	display: block;
 	width: 100%;
 	height: 40px;
 	border: 1px solid #d9d9d9;
 	border-radius: 4px;
 	margin-top: 10px;
 }
 
 .m11 .box ul li textarea {
 	display: block;
 	width: 100%;
 	height: 140px;
 	border: 1px solid #d9d9d9;
 	border-radius: 4px;
 	margin-top: 10px;
 }
 
 .m11 .box ul li {
 	margin-bottom: 15px;
 }
 
 .m11 .box ul li .butas {
 	background: #305bb2;
 	color: #fff;
 	font-size: 14px;
 }
 
 .m11 {
 	padding: 50px 0;
 }
 
 .m12{
 	padding: 50px 0;
 }

.m12{
	width: 1100px;
	display: block;
	margin: 0px auto;
}
 .m12 ul li{
 	width: 30%;
 	padding: 0px 1.5%;
 	text-align: center;
 }


 .m12 ul li .icon{
 	display: block;
 	width: 170px;
 	height: 170px;
 	background: #f5f5f5;
 	border-radius: 50%;
 	margin: 0px auto;
 }

 .m12 ul li .i1{
 	background: url(../img/p6.png) center no-repeat #f5f5f5;
 }
 
  .m12 ul li:hover .i1{
 	background: url(../img/p6on.png) center no-repeat #e62129;
 }

 .m12 ul li .t{
 	color: #1a1a1a;
 	font-size: 16px;
 	padding: 10px 0;
 	margin-top: 15px;
 }


 .m12 ul li .i2{
 	background: url(../img/p7.png) center no-repeat #f5f5f5;
 }
 
  .m12 ul li:hover .i2{
 	background: url(../img/p7on.png) center no-repeat #e62129;
 }
 
 .m12 ul li .i3{
 	background: url(../img/p8.png) center no-repeat #f5f5f5;
 }
 
  .m12 ul li:hover .i3{
 	background: url(../img/p8on.png) center no-repeat #e62129;
 }
 .map{
 	position: relative;
 	height: 500px;
 	margin-top: 50px;
 }
 .map iframe{
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 }

#banner .swiper-slide a{
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	display: block;
	left: 19%;
	 bottom: 22%;
	 border-radius: 4px;
}

#banner .swiper-slide a:hover{
	background: #fff;
	color: #333;
}
</pre></body></html>